projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
783d762
)
(describe_map_tree): Fix call to Flookup_key.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 13 Apr 1994 21:54:08 +0000
(21:54 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 13 Apr 1994 21:54:08 +0000
(21:54 +0000)
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/keymap.c
b/src/keymap.c
index d1f0e8e579b87dac59f60b7db9a314975db20418..6351d9d1896acd9c3c2c59b669b46742d5740a3e 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-1953,7
+1953,7
@@
key binding\n\
what we should use. */
else
{
- shmap = Flookup_key (sh
adow
, Fcar (elt), Qt);
+ shmap = Flookup_key (sh
map
, Fcar (elt), Qt);
if (XTYPE (shmap) == Lisp_Int)
shmap = Qnil;
}